home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DDJMAG / DDJ9207.ZIP / README.ASC < prev    next >
Text File  |  1992-06-16  |  6KB  |  139 lines

  1. AVK.ASC
  2. Title: CAPTURING DIGITAL VIDEO USING DVI
  3. Keywords: JUL92   DVI   MULTIMEDIA   GRAPHICS  VIDEO CAPTURE
  4. Published source code accompanying Jim Green's article on the Intel's 
  5. DVI audio-video kernel (AVK). Presents a program for capturing motion
  6. video under Windows 3.
  7.  
  8. AVKCAPT.ZIP
  9. Title: CAPTURING DIGITAL VIDEO USING DVI
  10. Keywords: JUL92  DVI   MULTIMEDIA   GRAPHICS  VIDEO CAPTURE
  11. Full source code for the AVKCAPT program described in Jim Green's 
  12. article on Intel's DVI audio-video kernel (AVK). This program requires 
  13. the DVI capture module (hardware) in addition to the playback (delivery)
  14. board. Requires PKUNZIP to extract individual files.
  15.  
  16. ACOMP.ASC
  17. Title: AUDIO COMPRESSION
  18. Keywords: JUL92   SOUND  MULTIMEDIA  COMPRESSION
  19. Published source code accompanying John Ratcliff's article that 
  20. presents ACOMP, an audio compression system for the IBM PC. Includes
  21. both compression and extraction routines. Written in assembler. Also
  22. see ACOMP.ARC.
  23.  
  24. ACOMP.ARC
  25. Title: AUDIO COMPRESSION
  26. Keywords: JUL92  SOUND  MULTIMEDIA   COMPRESSION
  27. Complete ACOMP audio compression system by John Ratcliff. Includes assembly
  28. language macro headers, a C-prototype header for UC.ASM; a linkable,
  29. object-module version of UC.ASM; a C-prototype header for DOSCALLS.H;
  30. C-callable procedures into DOS INT21 functions; a linkable, object-module
  31. version of DOSCALLS.ASM; executable version of ACOMP and UCOMP; documentation
  32. of the ACOMP file format and extended ACOMP file definitions; demonstration
  33. batch files, demonstration sounds files; a C version of the decompression
  34. program; and an IBM internal-speaker sound driver. Requires ARCE.COM to
  35. extract. 
  36.  
  37. QUICKT.ASC
  38. Title: PROGRAMMING QUICKTIME
  39. Keywords: JUL92   MACINTOSH   MULTIMEDIA  VIDEO
  40. Published source code with Aaron Walsh's article programming QuickTime
  41. for the Macintosh. Includes a "movie" maker and "movie" player program. 
  42. For detailed programmer notes, see QUICKT.ARC.
  43.  
  44. QUICKT.ARC
  45. Title: PROGRAMMING QUICKTIME
  46. Keywords: JUL92   MACINTOSH   MULTIMEDIA  VIDEO
  47. Detailed programmer notes accompanying Aaron Walsh's "Programming
  48. QuickTime." Requires ARCE.COM to extract.
  49.  
  50. DFLAT.792 
  51. Title: C PROGRAMMING COLUMN
  52. Keywords: JUL92   DFLAT  C  CUA/SAA  USER INTERFACE LIBRARY
  53. Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA compliant 
  54. interface library for C. Also see DFLT12.ARC and D12TXT.ARC.
  55.  
  56. DFLT12.ARC
  57. D12TXT.ARC
  58. Title: C PROGRAMMING COLUMN
  59. Keywords: JUL92  C  CUA/SAA  
  60. The current version of the complete system for Al Stevens' D-FLAT 
  61. interface library for C. Requires ARCE.COM to extract. 
  62.  
  63. GRPHPROG.ASC
  64. Title: GRAPHICS PROGRAMMING COLUMN
  65. Keywords:  JUL92   GRAPHICS  SHADING
  66. Michael Abrash discusses various approaches to shading and provides
  67. 8088/286 support for his X-Sharp library.
  68.  
  69. XSHRP20.ZIP
  70. Title: GRAPHICS PROGRAMMING COLUMN
  71. Keywords: JUL92  3D  ANIMATION  GRAPHICS
  72. The current version of the complete system for Michael Abrash's 
  73. X-Sharp library for 3D graphics animation. Requires PKUNZIP.EXE to extract. 
  74.  
  75. STRUCPRG.ASC
  76. Title: STRUCTURED PROGRAMMING COLUMN
  77. Keywords: JUL92  TURBO PASCAL
  78. Examples 1 and 2 accompanying Jeff Duntemann's July column.
  79.  
  80. LETTERS.ASC
  81. Title: LETTERS 
  82. Keywords: JUL92    SWAP MACRO   SOUND 
  83. Listing One accompanies Dan Winter's "Letter" regarding DOS device drivers.
  84. Listing Two accompanies Harold Martin's speech-to-PC speaker routine.
  85.  
  86. TWAIN.ZIP
  87. Title: GRAPHICS IMPORT FILTERS FOR WINDOWS APPLICATIONS
  88. Keywords: JUL91    WINDOWS   GRAPHICS    IMPORT FILTERS
  89. Source code and documentation for the TWAIN specification as described in 
  90. Evan Prodromou's sidebar entitled "Standards the Twain Shall Meet." This 
  91. PKZIP file includes the Twain Developer's Disk 1.0 for Windows (which uses 
  92. Borland's C++ or Microsoft C6 and includes Source Manager, DC.H file, 
  93. application "glue" code, sample application, and sample Twain source). 
  94. Use PKUNZIP to extract TWAIN.ZIP. It includes four additional files: 
  95. ACCESS.TXT, WPAPER.TXT, WINDEV.ZIP, and HPPL15.LIS. When extracting
  96. use the -d option when PKUNZIPing the WINDEV.ZIP file (the -d option
  97. rebuilds the subdirectories). Requires PKUNZIP.EXE. Also see TWAIN.MAC for 
  98. Macintosh version of this file as well as VIEWER.ASC and VIEWER.ARC for
  99. the code accompanying Prodromou's article.
  100.  
  101. TWAIN.MAC
  102. Title: GRAPHICS IMPORT FILTERS FOR WINDOWS APPLICATIONS
  103. Keywords: JUL91    MACINTOSH    GRAPHICS    IMPORT FILTERS
  104. This is a self-extracting archive containing a compiled version of 
  105. DeskScan II of the TWAIN 1.0 library for Macintosh developers. (System 6 or 7 
  106. using Think C5 and includes the Source Manager, DC.h file, application "glue" 
  107. code, sample app, and sample Twain source.) For documentation, see the 
  108. text files ACCESS.TXT, WPAPER.TXT, and HPPL15.LIS. This file
  109. accompanies Evan Prodromou's article on writing graphics import filters. 
  110. Focuses on the Aldus interface. Also see VIEWER.ARC
  111.  
  112. ACCESS.TXT
  113. WPAPER.TXT 
  114. HPPL15.LIS. 
  115. Title: GRAPHICS IMPORT FILTERS FOR WINDOWS APPLICATIONS
  116. Keywords: JUL91    WINDOWS 3   GRAPHICS    IMPORT FILTERS
  117. Three individual text files that comprise the current documentation for the 
  118. TWAIN 1.0 specification as discussed in Evan Prodromou's article on writing 
  119. graphics import filters; see Prodromou's sidebar entitled "Standards the 
  120. Twain Shall Meet." Focuses on the Aldus interface. Also see VIEWER.ARC, 
  121. VIEWER.ASC, TWAIN.ZIP, and TWAIN.MAC.
  122.  
  123. VIEWER.ASC
  124. Title: GRAPHICS IMPORT FILTERS FOR WINDOWS APPLICATIONS
  125. Keywords: JUL91    WINDOWS 3   GRAPHICS    IMPORT FILTERS
  126. Source code accompanying Evan Prodromou's article on writing
  127. graphics import filters for Windows 3. Focuses on the Aldus interface.
  128. Also see VIEWER.ARC and TWAIN.ZIP.
  129.  
  130. VIEWER.ARC
  131. Title: GRAPHICS IMPORT FILTERS FOR WINDOWS APPLICATIONS
  132. Keywords: JUL91    WINDOWS 3   GRAPHICS    IMPORT FILTERS
  133. Complete system for Evan Prodromou's article on writing
  134. graphics import filters for Windows 3. Includes EXE version of VIEWER.
  135. Requires ARCE.COM to extract.
  136.  
  137.  
  138.  
  139.